home *** CD-ROM | disk | FTP | other *** search
/ Internet.Works 39 / Issue 39.iso / pc / PCSoftware / AceHTML 4.0 / AceHTML4Pro.exe / %MAINDIR% / ScriptDef / Movement of text.sd < prev    next >
Encoding:
INI File  |  2000-08-31  |  1.3 KB  |  64 lines

  1. [SUBJECT]
  2. Description=Movement of text Script
  3. ImageIndex=-1
  4. Folder=DHTML Text Effects
  5.  
  6.  
  7. [HEAD_TEXT]
  8. ;<SCRIPT LANGUAGE="JavaScript">
  9. ;<!-- Start script 
  10. ;var ms = navigator.appVersion.indexOf("MSIE")
  11. ;ie4 = (ms>0) && (parseInt(navigator.appVersion.substring(ms+5, ms+6)) >= 4)
  12. ;
  13. ;function move1(from, to, moveto) {
  14. ;  if (from > to) {
  15. ;    document.all.texte.style.left = (from -= moveto);
  16. ;    setTimeout('move1(' + from + ',' + to + ',' + moveto + ')', 75);
  17. ;  }
  18. ;}
  19. ;function moven1(from, to, moveto) {
  20. ;  if (from > to) {
  21. ;    document.texte.left = (from -= moveto);
  22. ;    setTimeout('moven1(' + from + ',' + to + ',' + moveto + ')', 75);
  23. ;  }
  24. ;}
  25. ;// End script -->
  26. ;</SCRIPT>
  27.  
  28.  
  29.  
  30. [BODY_TEXT]
  31. ;<BODY onLoad="ie4?move1(`start_position`,`end_position`,`offset`):moven1(`start_position`,`end_position`,`offset`)">
  32. ;<DIV ID="texte" STYLE="text-align:center;font-size:`font_size`pt;font-family:`font_family`;color:`color`;position:relative">`text`</DIV>
  33.  
  34.  
  35.  
  36. [`start_position`]
  37. Kind=N
  38. Value=600
  39.  
  40. [`end_position`]
  41. Kind=N
  42. Value=0
  43.  
  44. [`offset`]
  45. Kind=N
  46. Value=20
  47.  
  48. [`font_size`]
  49. Kind=N
  50. Value=10
  51.  
  52. [`font_family`]
  53. Kind=S
  54. Value=Times New Roman
  55.  
  56. [`color`]
  57. Kind=C
  58. Value=#000000
  59.  
  60. [`text`]
  61. Kind=S
  62. Value=This text is the preview of your result.
  63.  
  64.